.faqcontainer {
    display: flex;
    place-items: center;
    justify-content: center;
    padding: 20px;
    flex-direction: row;
    margin: auto;
    width: 80%;
}

.faqimage-container img {
    width: 100%;
    height: auto;
}

.faqimage-container {
    width: 100%;
    height: 100%;
}

.faqrow {
    display: flex;
    flex-direction: row;
    place-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin: auto;
    height: 100%;
    gap: 50px;
}

.faqtext-container {
    margin-left: 20px;
    width: 100%;
}

.arrow-button {
    /* background: url('/images/arrow-up.png') no-repeat center center; */
    background: url('{{ asset("assets/frontend/images/arrow-up.png") }}') no-repeat center center;
    background-size: contain;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 0;
}

.faqdropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: start;
    gap: 20px;
    width: 100%;
}

.faqdropdown2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    place-items: center;
    gap: 20px;
    width: 100%;
}

.faqtext-container h2 {
    font-family: Barlow;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    text-align: left;
    color: #051928;
    margin: 0 0 10px 0;
}

.faqtext-container p {
    font-family: Barlow;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    color: #3D50B1;
}

.faqhidden-content p {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #5D778C;
    width: 100%;
    padding-left: 108px;
}
